callback function meaning in English
回调函式
回调函数。在应用程序中处理系统功能的函数。通常在不同系统(如与外部设备交互)间交流时用到回调函数。
回调函数,指向函数的指针
回呼函式
指向函数的指针
Examples
- Implements the callback function for data transfers
实现用于数据传输的回调函数 - Implements the callback function for wia device events
实现用于wia设备事件的回调函数 - This is called the client callback function
该函数称为客户端回调函数。 - Is a callback function invoked with the
是一个回调函数,由服务器返回的 - An instance must receive the callback function
实例必须接收回调函数。